projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00aca5d
)
inspector: Make cursor-size combo wider
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Jan 2016 18:23:49 +0000
(13:23 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Jan 2016 18:23:49 +0000
(13:23 -0500)
Cursor sizes typically have 2 digits, lets not clip them.
gtk/inspector/visual.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.ui
b/gtk/inspector/visual.ui
index d00fdebc80eec3240c2d5ce60b99c97c8bfe70f2..6e62934400e0a3fab1d1b15d646a4a64d2e4ff59 100644
(file)
--- a/
gtk/inspector/visual.ui
+++ b/
gtk/inspector/visual.ui
@@
-156,6
+156,8
@@
<property name="visible">True</property>
<property name="halign">end</property>
<property name="valign">baseline</property>
+ <property name="max-width-chars">2</property>
+ <property name="width-chars">2</property>
<property name="adjustment">cursor_size_adjustment</property>
<property name="snap-to-ticks">True</property>
</object>